home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto04.dxr / 00308.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  723 b   |  21 lines

  1. on mouseUp
  2.   global k, s60, s150, s40
  3.   if k = 0 then
  4.     set the visible of sprite 20 to 0
  5.     set the visible of sprite 19 to 1
  6.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  7.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  8.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  9.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  10.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  11.     animate(EMPTY, 19, "a04-601t.bmp", 2, s40, EMPTY)
  12.     animate("a04-6hs.wav", 19, "a04-603t.bmp", 2, s60, EMPTY)
  13.     animate(EMPTY, 19, "a04-603t.bmp", -2, s60, EMPTY)
  14.     set the visible of sprite 20 to 1
  15.     set the visible of sprite 19 to 0
  16.     set k to 1
  17.     puppetSprite(20, 0)
  18.     puppetSprite(19, 0)
  19.   end if
  20. end
  21.